Actions
Bug #12045
closedsegkmem_page_create(): Fire Walk With Me
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
segkmem_page_create() uses a partially initialized stack value for seg: let's not play with fire any more here...
Updated by John Levon almost 4 years ago
I tested this by booting. I also took a look at the paths underneath the function. As far as I could see, by default we'd only ever touch ->s_as, which is set, so this should have no effect. It's still worth doing of course.
Updated by Electric Monk almost 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit e57e118bde6230c572bedb07470098811992cb01
commit e57e118bde6230c572bedb07470098811992cb01 Author: John Levon <john.levon@joyent.com> Date: 2019-12-04T14:54:11.000Z 12045 segkmem_page_create(): Fire Walk With Me Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions