[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2009-06-06 Thread Paul D. Smith
Update of bug #21823 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2008-03-27 Thread Paul D. Smith
Follow-up Comment #3, bug #21823 (project make): This is confusing, and the lack of detailed comments in hash.c doesn't help. However, I think this particular bug is impossible. Looking at the implementation of hash_find_slot(), it seems there is no way for that function to return null. So, th

[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2007-12-18 Thread Marcio Buss
Follow-up Comment #2, bug #21823 (project make): You are right. I just thought it was worth reporting the error because the test for NULL indicates something is "fishy." BTW, imho I would assume all the statements in a program serve a purpose, specially those that cannot be caught by the compi

[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2007-12-18 Thread anonymous
Follow-up Comment #1, bug #21823 (project make): Just because there is a check for NULL does not necessarily mean that a NULL value can ever happen, "potentially". Unless you assume that all statements in a program serve a particular purpose. ___

[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2007-12-17 Thread Marcio Buss
URL: Summary: Potential NULL pointer dereference on hash.c, hash_insert Project: make Submitted by: marciobuss Submitted on: Tuesday 12/18/2007 at 03:18 Severity: 3 - Normal