Add a check to preload_search_info to make sure mod is correctly set. Most
of the callers of preload_search_info don't check that the mod parameter is
valid, which can cause page faults.
Sponsored by: Citrix Systems R&D
Differential D3440
metadata parser: add a check for invalid values royger on Aug 20 2015, 3:45 PM. Authored by Tags None Referenced Files
Details
Add a check to preload_search_info to make sure mod is correctly set. Most Sponsored by: Citrix Systems R&D
Diff Detail
Event TimelineComment Actions I would argue that the commit message should talk not about the 'correct' kmdp, but instead of kmdp presence. There is at least one place which is now redundandly check for kmdp != NULL, look at the hammer_time():1624. Comment Actions Thanks, I've updated the commit message and removed some unnecessary kmdp != Currently running a tinderbox, will commit after tinderbox finishes unless |