Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 683773 Details for
Bug 766195
app-backup/bacula-9.6.4 through 9.6.7 : Bug in database locking code causes concurrency problems and job failures (patch attached)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for off-by-one error in Bacula Director 9.6.4 through 9.6.7
bacula-9.6.7-fix-race-condition.patch (text/plain), 774 bytes, created by
Phil Stracchino (Unix Ronin)
on 2021-01-19 20:31:45 UTC
(
hide
)
Description:
Patch for off-by-one error in Bacula Director 9.6.4 through 9.6.7
Filename:
MIME Type:
Creator:
Phil Stracchino (Unix Ronin)
Created:
2021-01-19 20:31:45 UTC
Size:
774 bytes
patch
obsolete
>--- /var/tmp/portage/app-backup/bacula-9.6.7/work/bacula-9.6.7/src/dird/dird.c.orig 2021-01-19 15:25:16.233573546 -0500 >+++ /var/tmp/portage/app-backup/bacula-9.6.7/work/bacula-9.6.7/src/dird/dird.c 2021-01-19 15:26:23.884070798 -0500 >@@ -1263,11 +1263,11 @@ > } > if (catalog->db_driver) { > /* To copy dbdriver field into "CAT" catalog resource class (local) > * from dbdriver in "BDB" catalog DB Interface class (global) > */ >- bstrncpy(catalog->db_driver, BDB_db_driver, db_driver_len); >+ bstrncpy(catalog->db_driver, BDB_db_driver, db_driver_len+1); > } > } > > if (!db || !db_open_database(NULL, db)) { > Pmsg2(000, _("Could not open Catalog \"%s\", database \"%s\".\n"),
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 766195
: 683773