Closed
Bug 779110
Opened 12 years ago
Closed 10 years ago
Possible typo in variable name in udp_transport_impl.cc.
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: bwinton, Unassigned)
References
Details
(Whiteboard: [WebRTC], [blocking-webrtc-])
Attachments
(1 file)
(deleted),
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
This morning I was listening to a podcast where they mentioned that a code search for "lenght" (instead of "length") got a lot of hits, so out of curiosity, I ran it on our code base. The only hit that seemed to make any difference was this one.
Reporter | ||
Comment 1•12 years ago
|
||
Comment on attachment 647516 [details] [diff] [review]
A patch for the most-likely-to-be-a-bug occurence of lenght.
Ted, you reviewed the patch that added this line. Did you want to review this one, too?
Thanks,
Blake.
Attachment #647516 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Assignee: nobody → bwinton
Updated•12 years ago
|
Attachment #647516 -
Attachment is patch: true
Comment 2•12 years ago
|
||
Comment on attachment 647516 [details] [diff] [review]
A patch for the most-likely-to-be-a-bug occurence of lenght.
I don't, but jesup could. (This looks obviously correct to me, FWIW.)
Attachment #647516 -
Flags: review?(ted.mielczarek) → review?(rjesup)
Comment 3•12 years ago
|
||
This should be submitted as an upstream bug to webrtc.org, where that code comes from (and might already be corrected). Please note the Issue number/link here, so we can track the upstream issue, and close it once we import a fix (unless we need to (and sometimes we do), I prefer not to land fixes to upstream code directly here, since we then have to resolve conflicts when they update).
As this would invoke a compiler error, I believe no current platform we've being compiling for triggers this problem.
Thanks for digging in!
Comment 4•12 years ago
|
||
Comment on attachment 647516 [details] [diff] [review]
A patch for the most-likely-to-be-a-bug occurence of lenght.
r+, but please do not check it into m-c at this time per previous comment
Attachment #647516 -
Flags: review?(rjesup) → review+
Reporter | ||
Comment 5•12 years ago
|
||
I poked around a little, but I'm afraid that the Contributor Agreement they have, and the lack of a clear link to their bug tracker, exceeded the threshold of my caring. :)
If you know how to move it forward (and are interested), please feel free to. If it helps, I'm happy to release the patch I attached into the public domain, or assign copyright of it to whomever.
Thanks,
Blake.
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc-]
Comment 6•12 years ago
|
||
Depends on: webrtc_updates
Reporter | ||
Comment 7•11 years ago
|
||
So, has this bug been fixed in our tree?
Reporter | ||
Comment 8•10 years ago
|
||
(I'm not actually working on this, so if it hasn't been fixed, I'll let someone else take it.)
Assignee: bwinton → nobody
Comment 9•10 years ago
|
||
Pawned off to upstream bug (still not fixed); this is test code we don't actually use.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•