Actions
Bug #3010
closedlib/libstand& lib/libtelnet: 3 problems
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/04/2017
Due date:
% Done:
0%
Estimated time:
Description
1:
dragonfly/lib/libstand/hammer1.c:932]: (error) printf format string requires 3 parameters but only 2 are given.
Source code is
printf("hammer_open %s %p %ld\n", path, f);
2.
[dragonfly/lib/libtelnet/rsaencpwd.c:336]: (warning) Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'?
3.
[dragonfly/lib/libtelnet/rsaencpwd.c:344]: (warning) Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'?
Source code is
*ptr++;
Actions