Changeset 154 for trunk/src/sh_entropy.c


Ignore:
Timestamp:
Jan 12, 2008, 7:04:06 PM (17 years ago)
Author:
katerina
Message:

Fix more compiler warnings, and a potential NULL dereference in the unix entropy collector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_entropy.c

    r153 r154  
    771771  i = 0;
    772772
    773   while (source[i].command != NULL) {
     773  while (source_template[i].command != NULL) {
    774774
    775775    j = 0;
Note: See TracChangeset for help on using the changeset viewer.