[DragonFlyBSD - Submit #2525] (In Progress) [PATCH] Small Fixes

Antonio M. Huete Jimenez via Redmine bugtracker-admin at leaf.dragonflybsd.org
Sat Mar 9 03:35:58 PST 2013


Issue #2525 has been updated by tuxillo.

Status changed from New to In Progress

Hi,

shlock(1) patch has been pushed. We are assessing the rest of the patches.

Thanks,
Antonio Huete
----------------------------------------
Submit #2525: [PATCH] Small Fixes
http://bugs.dragonflybsd.org/issues/2525

Author: Gwenio
Status: In Progress
Priority: Normal
Assignee: 
Category: 
Target version: 


Fixes an array out of bounds error in usr.bin/shlock/shlock.c. The fix reduces the offset accessed where the error occurs, but increasing the size of the local variable 'buf' to BUFSIZE + 1 would also be a valid fix.

The other changes to the other files are trivial changes to make other code more 'correct' by having it follow strict aliasing rules. As such they are not important unless the code is being compiled with -O2 or higher.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



More information about the Submit mailing list