diff options
author | 2016-08-03 16:32:08 +0000 | |
---|---|---|
committer | 2016-08-03 16:32:08 +0000 | |
commit | 0ad559dc863ccfbf8db0f77223f41910adf05a83 (patch) | |
tree | b2665fb58ec502235760e1df8f6130c748df06da /sys | |
parent | A couple of "a->blah == a->blah" -> "a->blah == b->blah". (diff) | |
download | wireguard-openbsd-0ad559dc863ccfbf8db0f77223f41910adf05a83.tar.xz wireguard-openbsd-0ad559dc863ccfbf8db0f77223f41910adf05a83.zip |
strnames[i][0] == 'k' && strnames[i][0] == 'f' should be
strnames[i][0] == 'k' && strnames[i][1] == 'f'.
Spotted by the Echelon team with AppChecker static analyzer.
millert@ naddy@ and ncurses 6.0 all agree.
Diffstat (limited to 'sys')
0 files changed, 0 insertions, 0 deletions