Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfa1cdd

Browse files
committed
Avoid scan-build warning about uninitialized htonl() arguments.
Josh Kupershmidt
1 parent03a22f8 commitdfa1cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎contrib/pgcrypto/crypt-des.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@ des_cipher(const char *in, char *out, long salt, int count)
635635
rawr=ntohl(buffer[1]);
636636

637637
retval=do_des(rawl,rawr,&l_out,&r_out,count);
638+
if (retval)
639+
return (retval);
638640

639641
buffer[0]=htonl(l_out);
640642
buffer[1]=htonl(r_out);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp