[Home]

Summary:ASTERISK-00763: mac address for TDMoE is not parsed correctly in ztd-eth.c
Reporter:gmart (gmart)Labels:
Date Opened:2004-01-08 17:15:01.000-0600Date Closed:2008-06-07 10:33:36
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The Fix:
line   old                 fixed
282    *tmp3++             tmp3++;

290    tmp2 = tmp3;        if ((tmp2 = tmp3))
                              tmp3 = strchr(tmp2,':');

****** ADDITIONAL INFORMATION ******

It appears the parsing method was recently changed and
obviously it was not tested.
Comments:By: Malcolm Davenport (mdavenport) 2004-01-08 17:37:21.000-0600

Anyone else confirm this fix?

By: gmart (gmart) 2004-01-09 01:20:30.000-0600

All the spaces and formating has been erased from my description of the fix.
Plus, I did not see any obvious way to declare that the fix was included.

By: Brian West (bkw918) 2004-01-09 22:20:55.000-0600

Fixed in CVS

By: John Todd (jtodd) 2004-01-30 12:47:06.000-0600

There were two parts to this patch, the second of which did not get fixed.  I have re-opened the bug to allow the original bug reporter to submit this second part as a diff -u instead of in the text notes.

His report is that TDMoE does not function at all on 2.4 Debian (woody) without this patch.

By: John Todd (jtodd) 2004-01-31 17:46:44.000-0600

gmart - can you please upload to this ticket the remaining one line of this patch as a "diff -u" format patch, please?

By: Brian West (bkw918) 2004-01-31 23:45:26.000-0600

Fixed in CVS

By: Digium Subversion (svnbot) 2008-06-07 10:33:36

Repository: dahdi
Revision: 305

U   trunk/ztd-eth.c

------------------------------------------------------------------------
r305 | markster | 2008-06-07 10:33:35 -0500 (Sat, 07 Jun 2008) | 2 lines

Final fix for ztd-eth (bug ASTERISK-763)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=305