View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003307 | doodle | doodled | public | 2014-02-05 12:17 | 2021-03-01 20:52 |
Reporter | dcb314 | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | MINGW | OS | MS | ||
Product Version | 0.7.0 | ||||
Fixed in Version | 0.7.1 | ||||
Summary | 0003307: [semaphore.c:389]: (warning) memset() called to fill 0 bytes of 'handle'. | ||||
Description | Source code is #ifdef MINGW memset(handle, sizeof(pthread_t), 0); #endif This should be #ifdef MINGW memset(handle, 0, sizeof(pthread_t)); #endif | ||||
Additional Information | I found this problem by using the static analyser cppcheck. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-02-05 12:17 | dcb314 | New Issue | |
2014-02-06 14:31 | Christian Grothoff | Note Added: 0008077 | |
2014-02-06 14:31 | Christian Grothoff | Status | new => resolved |
2014-02-06 14:31 | Christian Grothoff | Resolution | open => fixed |
2014-02-06 14:31 | Christian Grothoff | Assigned To | => Christian Grothoff |
2016-08-15 22:38 | gianjianne | Tag Attached: urgent | |
2016-08-15 22:38 | gianjianne | Tag Attached: ****libWVStreamControlAPI_L3.so**** | |
2016-11-08 13:29 | Christian Grothoff | Tag Detached: ****libWVStreamControlAPI_L3.so**** | |
2016-11-08 13:29 | Christian Grothoff | Tag Detached: urgent | |
2021-03-01 20:52 | Christian Grothoff | Fixed in Version | => 0.7.1 |
2021-03-01 20:52 | Christian Grothoff | Status | resolved => closed |