Ticket #144 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

[bridge-utils] 'brctl show bridge' SEGV

Reported by: xmxwx Assigned to:
Priority: low Milestone: 3.0
Component: General networking Version: 2.0
Severity: minor Keywords:
Cc:

Description

brctl show br0 obviously works fine. Something like brctl show mw1 does not SEGV as well. Probably, brctl has too short buffer for interface name.

Change History

06/10/07 00:04:49 changed by pjf

  • milestone changed from 2.1rc1 to 2.1.

03/15/08 15:49:37 changed by pjf

  • milestone changed from 2.1 to 3.0.

Milestone 2.1 deleted

03/16/08 21:10:46 changed by pjf

  • owner deleted.

03/17/08 17:33:59 changed by xmxwx

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r1323.

Actually, it occured if and only if the interface name is "bridge". Quite funny bug. Take a look at the patch and you'll see why.