FreeBSD Bugzilla – Attachment 144738 Details for
Bug 191871
comms/trustedqsl trustedqsl-2.0.2 crashes on 10.0-STABLE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patches for CLI tools, src/converter.cpp and src/gen_crq.cpp
patches-trustedqsl-cli.patch.txt (text/plain), 670 bytes, created by
Kenji Rikitake
on 2014-07-17 02:44:12 UTC
(
hide
)
Description:
Patches for CLI tools, src/converter.cpp and src/gen_crq.cpp
Filename:
MIME Type:
Creator:
Kenji Rikitake
Created:
2014-07-17 02:44:12 UTC
Size:
670 bytes
patch
obsolete
>--- src/converter.cpp.FCS 2014-07-16 12:16:17.000000000 +0900 >+++ src/converter.cpp 2014-07-16 12:16:40.000000000 +0900 >@@ -88,7 +88,7 @@ > optind++; > const char *ofile = (optind < argc) ? argv[optind] : "converted.tq7"; > ofstream out; >- out.open(ofile, ios::out|ios::trunc|ios::binary); >+ out.open(ofile, std::ios::out|std::ios::trunc|std::ios::binary); > if (!out.is_open()) > throw myexc(string("Unable to open ") + ofile); > bool haveout = false; >--- src/gen_crq.cpp.FCS 2014-07-16 12:17:35.000000000 +0900 >+++ src/gen_crq.cpp 2014-07-16 12:18:18.000000000 +0900 >@@ -31,6 +31,7 @@ > > using std::cerr; > using std::endl; >+using std::cout; > > int > usage() {
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 191871
:
144677
|
144678
|
144737
| 144738 |
144750
|
144752
|
144763
|
144764
|
144768
|
144769
|
144778
|
144784