Closed
Bug 1396794
Opened 7 years ago
Closed 7 years ago
Dead code in FlacFrameParser::DecodeHeaderBlock
Categories
(Core :: Audio/Video: Playback, enhancement, P5)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: bharatraghunthan9767, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [good first bug][lang=C++])
Attachments
(1 file)
http://sylvestre.ledru.info/reports/fx-scan-build/report-FlacFrameParser.cpp-DecodeHeaderBlock-14-1.html#EndPath
aPacket & aLength change are useless.
Updated•7 years ago
|
Priority: -- → P5
Comment 1•7 years ago
|
||
I'm new to the community and I want to make my first contribution, can someone guide me regarding this?
Reporter | ||
Comment 2•7 years ago
|
||
Sure, just submit a patch
Comment 3•7 years ago
|
||
I've removed the two dead-code increment lines for aLength and aPacket, is that all that was needed to be done?
Assignee | ||
Comment 4•7 years ago
|
||
Is this bug still available to work on()? May I submit a patch?
Flags: needinfo?(sledru)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
Comment on attachment 8908621 [details]
Bug 1396794 - Removed aPacket and aLength change
Can you please review my patch in Comment #5?
Attachment #8908621 -
Flags: review?(sledru)
Reporter | ||
Comment 7•7 years ago
|
||
Looks great but you should now find a reviewer (I am not the owner of this code)
Assignee: nobody → bharatraghunthan9767
Flags: needinfo?(sledru)
Assignee | ||
Comment 8•7 years ago
|
||
Can you please redirect me to the correct reviewer(s) of this code? Currently you have been listed as the mentor hence, I have flagged you for review. Could you please transfer the review flag/mentor status to the appropriate person(s)? Thanks.
Flags: needinfo?(sledru)
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(ajones)
Reporter | ||
Comment 9•7 years ago
|
||
Please see:
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction#Step_4_-_Get_your_code_reviewed
and don't use need info to get review but the review in attachment
Here, mentor means that I am here to guide you, not to review patches :)
Flags: needinfo?(sledru)
Flags: needinfo?(ajones)
Reporter | ||
Updated•7 years ago
|
Attachment #8908621 -
Flags: review?(sledru) → feedback+
Assignee | ||
Updated•7 years ago
|
Attachment #8908621 -
Flags: review?(ajones)
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(ajones)
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8908621 [details]
Bug 1396794 - Removed aPacket and aLength change
https://reviewboard.mozilla.org/r/180288/#review185842
Attachment #8908621 -
Flags: review?(ajones) → review+
Thanks for the patch. For future reference, you don't need to do a needinfo? as well as a review?
Flags: needinfo?(ajones)
![]() |
||
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Assignee | ||
Comment 13•7 years ago
|
||
Is this all or is there anything more that needs to be done? Thanks <@kentuckyfriedtakahe,@sylvestre >
Reporter | ||
Comment 14•7 years ago
|
||
That is all, well done!
You need to log in
before you can comment on or make changes to this bug.
Description
•