Closed Bug 1561558 Opened 6 years ago Closed 6 years ago

Remove -Wmaybe-uninitialized warning in httpserv.c

Categories

(NSS :: Build, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: giulio.benetti, Assigned: giulio.benetti)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36

Steps to reproduce:

make nss_build_all BUILD_OPT=1 ALLOW_OPT_CODE_SIZE=1 OPT_CODE_SIZE=1

Actual results:

httpserv.c: In function ‘handle_connection.isra.1’:
httpserv.c:747:32: error: ‘isPost’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
if (!isPost && ocspMethodsAllowed == ocspGetUnknown) {
^

Expected results:

No warning.

This patch fixes the warning.

Assignee: nobody → giulio.benetti
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P2
Attachment #9074153 - Flags: review?(marcus.apb)

Hi Giulio,

Thanks to report and already send a patch.
This fix looks good.

Could you use moz-phg to send this patch, please?

Thanks,

Flags: needinfo?(giulio.benetti)
Comment on attachment 9074153 [details] [diff] [review] 0001-Bug-1561558-Remove-Wmaybe-uninitialized-warning-in-h.patch Review of attachment 9074153 [details] [diff] [review]: ----------------------------------------------------------------- Thanks
Attachment #9074153 - Flags: review?(marcus.apb) → review+
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 3.46
Flags: needinfo?(giulio.benetti)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: