View Issue Details Jump to Notes | Issue History Print | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000252 | MLD | [All Projects] General | public | 2016-06-13 14:17 | 2017-08-22 15:41 | ||||
Reporter | HellG | ||||||||
Assigned To | clausmuus | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | alle | ||||||||
Paket Name und Version | satip | ||||||||
Fixed in Version | satip_2016.02.14-23.9 | ||||||||
Summary | 0000252: Fehler in Implementierung für RTP Port Zuweisung | ||||||||
Description | Laut SAT>IP Dokumentation müssen rtp Portnummern gerade Zahlen sein, dies ist durch die Implementierung aber nicht sichergestellt: rtp_port= PORT_BASE + ( random()% (PORT_RANGE-1) ); Lösung: rtp_port+= rpt_port&1; Da die sourcen auf code.google.com liegen, lässt sich der Fehler nicht dort beheben. Es gibt zwar einige gibthup Projekte, die den Code 1:1 "gerettet" haben, dort ist der Code aber auch nocht nicht verändert. Der Einfachheit halber könnte man die Lösung in den bereits vorhandenen Patch einbauen. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000482) clausmuus (administrator) 2016-06-13 16:01 |
Ist geändert. |
(0000533) MarMic (administrator) 2017-08-22 15:41 |
keine Rückmeldung innerhalb 30 Tage -> geschloßen no response within 30 days -> closed |
Issue History | |||
Date Modified | Username | Field | Change |
2016-06-13 14:17 | HellG | New Issue | |
2016-06-13 14:17 | HellG | Status | new => assigned |
2016-06-13 14:17 | HellG | Assigned To | => clausmuus |
2016-06-13 16:01 | clausmuus | Note Added: 0000482 | |
2016-06-13 16:01 | clausmuus | Status | assigned => resolved |
2016-06-13 16:01 | clausmuus | Fixed in Version | => satip_2016.02.14-23.9 |
2016-06-13 16:01 | clausmuus | Resolution | open => fixed |
2017-08-22 15:41 | MarMic | Note Added: 0000533 | |
2017-08-22 15:41 | MarMic | Status | resolved => closed |