Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 131640 Details for
Bug 193045
app-crypt/gnupg-2.0.7 fails sm-sign+verify test
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnupg-2.0.7-asschk.patch
gnupg-2.0.7-asschk.patch (text/plain), 768 bytes, created by
Alon Bar-Lev (RETIRED)
on 2007-09-22 21:14:30 UTC
(
hide
)
Description:
gnupg-2.0.7-asschk.patch
Filename:
MIME Type:
Creator:
Alon Bar-Lev (RETIRED)
Created:
2007-09-22 21:14:30 UTC
Size:
768 bytes
patch
obsolete
>--- gnupg-2.0.7/tests/asschk.c 2007-07-04 16:21:53.000000000 +0300 >+++ gnupg-2.0.7/tests/asschk.c 2007-09-22 23:10:38.000000000 +0200 >@@ -137,6 +137,7 @@ typedef enum { > LINE_STAT, > LINE_DATA, > LINE_END, >+ LINE_COMMENT > } LINETYPE; > > typedef enum { >@@ -366,6 +367,10 @@ read_assuan (int fd) > recv_type = LINE_END; > p += 3; > } >+ else if (p[0] == '#') >+ { >+ recv_type = LINE_COMMENT; >+ } > else > die ("invalid line type (%.5s)", p); > >@@ -456,7 +461,9 @@ start_server (const char *pgmname) > server_send_fd = wp[1]; > server_recv_fd = rp[0]; > >- read_assuan (server_recv_fd); >+ do { >+ read_assuan (server_recv_fd); >+ } while (recv_type == LINE_COMMENT); > if (recv_type != LINE_OK) > die ("no greating message"); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193045
:
131287
|
131288
|
131342
|
131345
|
131450
|
131451
| 131640 |
131670
|
131671
|
131673
|
131675
|
131677